home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7969 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.jaguNET.com!news
  2. From: "Stuart C.Hodges" <stuhodg@jagunet.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Class with private data members in shared memory
  5. Date: Thu, 15 Feb 1996 20:46:15 -0500
  6. Organization: jaguNET Access Services
  7. Message-ID: <3123E1E7.2A5C3B96@jagunet.com>
  8. NNTP-Posting-Host: kiri.jagunet.com
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0b5 (X11; I; Linux 1.2.13 i586)
  13. CC: rahavri@hps.sso.loral.com
  14.  
  15. Hi,
  16.     I am posting this for a friend who does not have net access.
  17. Please Email any ideas to me and I will send them on.
  18.  
  19.     He needs a class where a portion of the private data 
  20. is shared between multiple instances of the class regardless of whether 
  21. or not the instantiation of the class occurred within the same
  22. executable process or another executable process on the same host
  23. computer. Basically, when the shared data changes in  the object 
  24. from process A the object instantiated within process B automatically
  25. has the current data values without having to keep it's own internal
  26. copy.  
  27.  
  28.     Using shared memory is the obvious way to do this but how.
  29.  
  30.     Thanks,
  31.  
  32.         Stuart
  33.